home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / stat.swf / scripts / frame_5 / PlaceObject2_211_159 / CLIPACTIONRECORD onClipEvent(keyDown).as
Encoding:
Text File  |  2006-06-13  |  95 b   |  7 lines

  1. onClipEvent(keyDown){
  2.    if(Key.getCode() == 32)
  3.    {
  4.       _root.gotoAndStop(2);
  5.    }
  6. }
  7.